<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width{
	width: 1400px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.top-bg{
	position: relative;
}
.h-zong{
	padding: 20px 0;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 999;
	
	
}
.mobile_nav{
	margin-left:90px;
}
.mobile_nav&gt;ul&gt;li{
	float: left;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
}
.mobile_nav&gt;ul&gt;li&gt;a{
	display: block;
	outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0 14px;
  
}	
.mobile_nav&gt;ul&gt;li&gt;a&gt;span{
	display: block;
	color: #fff;
	font-size: 15px;	
	 outline: none;
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
  
}
.mobile_nav&gt;ul&gt;li&gt;a&gt;span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 5px;
  background: #fff;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.mobile_nav&gt;ul&gt;li&gt;a&gt;span:hover::after {
  --scale: 1;
}






.mobile_nav&gt;ul&gt;li:hover&gt;a&gt;span{
	color: #fff;
}
.mobile_nav&gt;ul&gt;li&gt;#menu_selected&gt;span{
	color: #fff;
	border-bottom: solid 5px #fff;
}

.mobile_nav&gt;ul&gt;li&gt;.menulevel{
	display: none;
}
.mobile_nav&gt;ul&gt;li:hover&gt;.menulevel{
	display: block;
	position: absolute;
	top: 75px;
	z-index: 999;
}

.menulevel&gt;li{
	width: 150px;
	margin-left: -20px;
	background: rgba(255,255,255,.8);
}
.menulevel&gt;li&gt;a&gt;span{
	color: #202020;
}
.menulevel&gt;li:hover{
	background-color: #fff;
}
.tel img{
	vertical-align: middle;
	margin-right: 10px;
}
.tel a{
	font-size: 25px;
	font-weight: bold;
	font-family: "times new roman";
	color: #fff;
	
}

#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*footéƒ¨åˆ†*/
.footer-bg{
	background: #070707;
}
.footer-fwzx{
	width: 20.1875rem;
	padding-right: 150px;
	padding-top: 65px;
	padding-bottom: 65px;
	border-right:1px solid rgba(255,255,255,0.2);
	color:#fff;
}
.f-bt{
	font-size: 28px;
	margin-bottom: 20px;
}
.footer-telbox ul li{
	line-height: 50px;
	color: rgba(255,255,255,0.8) ;
}
.f-logo{
	margin-top: 30px;
}
.footer-list{
	color: #fff;
	padding-top: 65px;
}
.footer-nav{
	margin-top: 20px;
}
.footer-nav ul li{
	float: left;
	margin-left:37px;
}
.footer-nav ul li:first-child{
	margin: 0 ;
}
.footer-nav ul li a{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.footer-nav .menulevel{
	display: none;
	
}
.f-ewm{
	margin-top: 20px;
}
.f-ewm ul li{
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 50px;
	
}


.bottom-bg{
	border-top: 1px solid  rgba(255,255,255,0.2);
	background: #070707;
	text-align: center;
	padding: 30px 0;
}
.bottom-bg p a{
	color: #fff;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}
/*å†…é¡µéƒ¨åˆ†*/
.ny-bg{
	padding: 0px 0 60px;
}
.ny-shang{
	background-color: #2b7de1;
	padding: 25px 0;
	color: #fff;
}
.ny-location{
	margin-top: 30px;
}
.ny-bt p{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.ny-bt{
	text-align: left;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
}
.ny-bg1{
	background: url(../images/ny-aboutbg.jpg) no-repeat center bottom;
	padding: 0px 0 350px;
}
.ny-location{
	text-align: right;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.ny-location a{
	color: #fff;
	font-size: 16px;
}

.ny-zong2{
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.ny-neirong{
	margin-top: 60px;
}

.ny-img img{
	width: 100%;
}
.nyxw-img{
	width: 424px;
	height: 198px;
	overflow: hidden;
	text-align: center;
}
.nyxw-img img{
	/*width: 100%;
	min-height: 100%;*/
	height: 100%;
	width: auto;
}
.nyxw-text{
	width: 1100px;
	margin-right: 40px;
}


/* å…³äºŽæˆ‘ä»¬ */
.ny-abouzuo{
	width: 650px;
}
.ny-aboutbt{
	font-size: 35px;
	margin-bottom: 30px;
}
/* æœåŠ¡æ”¯æŒ */
.ny-fuwu ul li{
	background-color: #efefef;
	padding: 2.5rem;
	margin-top: 30px;
font-size: 15px;	
line-height: 33px;
}
.ny-fuwu ul li:hover{
	background-color: #f7f7f7;
}
.ny-fuwu ul li p:first-child{
	font-size: 30px;
}
.ny-fuwu ul li p:nth-child(2){
	font-size: 1.25rem;
	padding: 20px 0;
	font-weight: bold;
}
/*äº§å“åˆ—è¡¨é¡µ*/
#ShowImages li{
	overflow: hidden;
	float: left;
	width:406px;
	padding: 20px;
	margin: 0 10px 20px;
	height: 525px;
}
#ShowImages .images_img {
	height: 357px;
	width: 406px;
}
#ShowImages  a {
	width: 100%;
	height: 100%;
    display: block;
	overflow: hidden;
	vertical-align: middle;
}
#ShowImages .images_img img {
width: 100%;
height: 100%;
}

#ShowImages .images_title{
font-size: 24px;
}
#ShowImages li:hover{
	background-color: #efefef;

}
#ShowImages li:hover .images_title{
	color: #0252a4;
}
.ny-cpzi{
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #808080;
}
.cplist-mc{
	width: 120px;
	line-height: 40px;
	background-color: #2b7de1;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	
}
.cplist-mc a{
	color: #fff;
}




#ShowImages1 li{
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 47px;
	text-align: center;
}
#ShowImages1 .images_img a {
    display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
#ShowImages1 li:hover{
}
#ShowImages1 li:hover a{
	color: #000;
}
#ShowImages1 .images_img img {
   max-width: 266px;
   height: 212px;
}
#ShowImages1 .images_title a{
	height:55px;
	line-height:55px;
	font-size: 22px;
}

/* è§†é¢‘ä¸­å¿ƒ */
#ShowImages2 li{
	width: 440px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
	text-align: center;
}
#ShowImages2 .images_img a {
    display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height: 280px;
}
#ShowImages2 .images_img img {
   height: 100%;
   cursor: pointer;
				transition: all 0.6s;
}
#ShowImages2 .images_img img:hover{
	transform: scale(1.4);
}
#ShowImages2 .images_title a{
	line-height:50px;
	font-size: 20px;
	color: #202020;
}


/* è”ç³»æˆ‘ä»¬ */
.ny-lxwm{
	margin-bottom: 30px;
}
.ny-lxwm&gt;ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ny-lxwm&gt;ul&gt;li{
	float: left;
	width:380px;
	background-color: #efefef;
	padding: 30px;
	text-align: center;
}
.ny-lxwm&gt;ul&gt;li:last-child{
	width:100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.ny-lxwm&gt;ul&gt;li&gt;ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.ny-lxwm&gt;ul&gt;li&gt;ul&gt;li{
	float: left;
	margin:  0 20px;
}










/* æ–°é—»ä¸­å¿ƒ */
.ny-shijian p{
	font-size: 36px;
	
}
.ny-shijian{
	font-size: 30px;
	margin-top: 20px;
	margin-left: 30px;
	font-family: "arial";
}
.ny-xwnr{
	line-height: 30px;
	margin-bottom: 30px;
}
ul.newsList li:hover .ny-sj{
	color: #0189df;
}
.ny-xwmore{
	margin-top: 18px;
	width: 140px;
	line-height: 33px;
	border: solid 1px #0189df;
	text-align: center;
}
.ny-xwmore a{
	font-size: 15px;
	color: #0189df;
}
ul.newsList li:hover .ny-xwmore{
	background: #0189df;
}
ul.newsList li:hover .ny-xwmore a{
	color: #fff;
}


#spec-n1{
	border: 1px solid #d7d7d7;
	background-color: #efefef;
	height: 380px;
	overflow: hidden;
}
#spec-n1 img{
	/*width: 100%;*/
	width: auto;
	height: 100%;
}
.nygcal-js{
	font-size: 15px;
	line-height: 30px;
	color: #2b2b2b;
}
.ny-xqbut{
	background: #0189df;
	border: none;
	font-size: 16px;
	color: #fff;
	/*width: 160px;*/
	text-align: center;
}

.ny-xwtp{
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.ny-xwtp img{
	height: 100%;
	width: auto;
}
.ny-xwgd a{
	font-size: 14px;
	color: #0189df;
}
.ny-xwgd{
	margin-top: 20px;
}
.ny-bgzx{
	background: url(../images/xw-bg.jpg) no-repeat center bottom;
	padding: 100px;
}



/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}






















.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}











/*é¦–é¡µéƒ¨åˆ†*/

/* äº§å“ä¸­å¿ƒ */
.cp-bg{
	padding: 50px 0 0;
	background: url(../images/cp-bg_13.jpg) no-repeat top 240px center;
}
.cp-sp{
	text-align: center;
	font-size: 40px;
}
.cp-xia{
}
.xq-sousou{
	width: 640px;	
	margin: 20px auto;
}
.ss-xz{
	background: #efefef;
	color: #808080;
	width: 150px;
	line-height: 35px;
	padding: 10px 5px;
}
.ss-xz select{
	border: none;
	color: #808080;
	width: 140px;
	font-size: 15px;
	background: #efefef;
	text-align: center;
	line-height: 35px;
}
.ss-zuo2 {
	margin: 0 8px;
}
.ss-zuo2 input{
	border: none;
	background: #efefef;
	line-height: 40px;
	padding-left: 20px;
	color: #808080;
	font-size: 15px;
	width: 400px;
}
.ss-you2 input{
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	height: 40px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background: #2b7de1;
	
}

#slider2{
	margin-top: 50px;
}
.slider_box2{
	width: 1400px;
	margin: 0 auto;
	height: 870px;
	position: relative;
}
.cp-xia{
	width: 1400px;
	height: 870px;
	overflow: hidden;
	position: relative;
}

.silder_con2 {
	height:660px;
	position: absolute;
	top: 60px;
}

.cp-xiaotu2{
	width: 750px;
	height: 660px;
}
.cpfl-mc{
	margin-top: 150px;
	width: 550px;
}
.cpfl-mc a{
	color: #fff;
}
.cpfl-mc a p{
	font-size: 48px;
	
	font-weight: bold;
}
.cpfl-mc p:nth-child(2){
	color: #fff;
	line-height: 36px;
	
}
.cpfl-mc a p:after{
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: #fff;
margin: 20px 0 50px;
}
.cpfl-mc p:nth-child(3){
	background-color: #2b7de1;
	width: 129px;
	display: block;
	margin-top: 30px;
	line-height: 40px;
	text-align: center;
	
}
.cpfl-mc p:nth-child(3) a{
	color: #fff;
}

.silder_panel2 {
	width: 1400px;
	height: 660px;
	float: left;
	position: relative;
}

.silder_panel2 img {
	display: block;
	overflow: hidden;
}

.silder_play2 {
	display: block;
	width: 136px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	bottom: 13px;
	right: 45px;
	background: url(../images/silder-play.png) 0 -30px no-repeat;
}

.silder_play2:hover {
	background-position: 0 0;
}

.silder_nav2 {
	width: 1400px;
	height: 120px;
	margin: 0 auto;
	bottom: 0;
	position: absolute;
	z-index: 999;
}

.silder_nav2 li {
	float: left;
	padding: 0px;
	width: 200px;
	height: 120px;
	text-align: center;
	font-weight: bold;
}
.cp-xiaotu{
	width: 100%;
	height: 100%;
}
.silder_nav2 li img{
	height: 100%;
}
.silder_nav2 li a{
	font-size: 16px;
}
.silder_nav2 li.current{
	border-bottom: 3px solid #2b7de1;
}

.silder_nav2 li{
	display: block;
	overflow: hidden;
}

/* .slider_box2 a.prev,.slider_box2 a.next {
	display: block;
	width: 45px;
	height: 141px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	cursor: pointer;
	margin: -320px 0 0 0;
	background: url(../images/cp-jt_25.jpg) no-repeat;
}

.slider_box2 a.prev {
	left: -80px;
	background-position: left 0;
}

.slider_box2 a.next {
	right: -80px;
	background-position: right 0;
}

.silderBox2 {
	height: 8px;
	line-height: 8px;
}
 */


/* è§†é¢‘å±•ç¤º */

.shipin{
	background-color: #efefef;
	padding: 50px 0;
	margin-top: 40px;
}
.sp-bt{
	font-size: 2.375rem;
	text-align: center;
}
.sp-bt::after{
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background-color: #2b7de1;
	margin:  20px auto;
}

/* productsroll Start */
.productsroll1 {
	margin-top: 30px;
	position: relative;
}

#LeftArr1,#RightArr1 {
	background-image: url(../images/jiantou_18.jpg);
	width: 55px;
	height: 118px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	z-index: 1
}

#LeftArr1 {
	background-position: 0px 0px;
	left: -100px;
	top: 80px;
}

#RightArr1 {
	background-position: 55px 0px;
	right: -100px;
	top: 80px;
}

#ScrollBox1 {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#ScrollBox1 li {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 450px;
	margin: 0px 10px;
	text-align: center;
}

#ScrollBox1 li .cp-tp {
	width: 450px;
	height: 290px;
	overflow: hidden;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#ScrollBox1 li .cp-tp img {
	width: 450px;
	height:290px;
	cursor: pointer;
	transition: all 0.6s;
}

#ScrollBox1 li:hover .cp-tp  {
	border: 1px solid #2b7de1;
}
.cp-zi{
	line-height: 40px;
	background-color: #fff;
}

#ScrollBox1 li:hover .cp-zi{
	background-color: #2b7de1;
	color: #fff;
}
#ScrollBox1 li:hover .cp-zi a{
}


/* å‘å±•åŽ†ç¨‹ */
.fzlc{
	background: url(../images/fz-bg_21.jpg) no-repeat top center;
	padding: 100px 0 620px;
}
.fzlc2{
	background: url(../images/fz-bg_17.jpg) no-repeat top center;
	padding: 100px 0 720px;
}
.fz-bt{
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
.fz-bt p{
	font-size: 42px;
	font: bold;
	padding-left: 20px;
}


.fz-bt2{
	color: #202020;
	line-height: 40px;
	font-size: 20px;
}
.fz-bt2 p{
	font-size: 42px;
	font: bold;
}



.fz-bottom ul{
	position: relative;
}
.fz-bottom ul li{
	width: 120px;
	float: left;
	height: 180px;
	border-radius: 20px;
	border: 2px solid #0252a4;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}
.fz-bottom ul li:first-child{
	margin: 90px 0 0 147px;
}

.fz-bottom ul li:nth-child(2){
	margin: 113px 0 0 157px;
}
.fz-bottom ul li:nth-child(3){
	    margin: 52px 0 0 163px;
}
.fz-bottom ul li:nth-child(4){
	    margin: -52px 0 0 170px;
}
.fz-bottom ul li:nth-child(5){
    margin: -108px 0 0 160px;
}
.fz-bottom ul li:nth-child(6){
position: absolute;
top: 540px;
left: 0;
}
.fz-bottom ul li:nth-child(7){
position: absolute;
top: 500px;
left: 280px;
}
.fz-bottom ul li:nth-child(8){
position: absolute;
top: 520px;
left: 570px;
height: 250px;
}
.fz-bottom ul li:nth-child(9){
position: absolute;
top: 370px;
left:860px;
}
.fz-bottom ul li:nth-child(10){
position: absolute;
top: 360px;
left: 1137px;
}
.fz-bottom ul li:nth-child(11){
position: absolute;
top: 187px;
left: 1420px;
}
/* è£èª‰èµ„è´¨ */
.rongyu{
	padding: 50px 0;
}
.productsroll1 {
	margin-top: 30px;
	position: relative;
}

#LeftArr2,#RightArr2 {
	background-image: url(../images/jiantou_18.jpg);
	width: 55px;
	height: 118px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	z-index: 1
}

#LeftArr2 {
	background-position: 0px 0px;
	left: -100px;
	top: 80px;
}

#RightArr2 {
	background-position: 55px 0px;
	right: -100px;
	top: 80px;
}

#ScrollBox2 {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#ScrollBox2 li {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 254px;
	height: 355px;
	margin: 0px 10px;
	text-align: center;
}
#ScrollBox2 li .cp-tp2 img{
	width: 100%;
	height: 100%;
}
#ScrollBox2 li .cp-tp2 {
	width: 254px;
	height: 355px;
	border: 2px solid #efefef;
	overflow: hidden;
	box-sizing: border-box;
}

/* å…³äºŽæˆ‘ä»¬ */
.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 40px;
  width: 135px;
}

.card__side {
  height: 40px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 15px;
  width: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}



.ab-list ul li:hover .card__side--front-1

 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ab-list ul li:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.ab-list ul li .col-1-of-3 {
	margin: 0 auto;
}
.ab-list ul li{
	width: 8.4375rem;
	float: left;
}

.ab-bg{
	background: url(../images/ab-img_18.jpg) no-repeat top 120px right;
	padding: 80px 0;
}
.ab-zuo{
	width:689px ;
}
.ab-zshang p:first-child{
	font-size: 22px;
	font-weight: bold;
	color: #2b7de1;
	
}
.ab-zshang p{
	font-size: 35px;
	color: #202020;
}
.ab-zhong{
	width: 500px;
	line-height: 28px;
	color: #555;
	margin-top: 40px;
}
.banner-box{
	font-size: 18px;
	font-weight: bold;
}
.ab-list{
	padding: 30px 0;
	border-top: 1px dashed #d7d7d7;
	border-bottom: 1px dashed #d7d7d7;
	width: 540px;
	margin-top: 30px;
}
.ab-anniu a{
	color: #fff;
}
.ab-anniu{
	width: 120px;
	line-height: 40px;
	background-color: #2b7de1;
	margin-top: 30px;
	text-align: center;
	
}
.ab-you{
	width: 450px;
	height: 12rem;
	background-color: #2b7de1;
	padding: 2.5rem;
	box-sizing: border-box;
	color: #fff;
	margin-top: 450px;
}
.ab-bt{
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	font-weight: bold;
	
}
.ab-li ul li{
	line-height: 30px;
	
}
.ab-li ul li img{
	vertical-align: middle;	
}

/* æ–°é—»ä¸­å¿ƒ */
.xw-bg{
	background-color: #efefef;
	padding: 80px 0;
}
.xw-shangzuo{
	font-size: 36px;
	
}
.xw-shangyou{
	width:120px;
	line-height: 40px;
	background-color: #2b7de1;
	text-align: center;
}
.xw-shangyou a{
	color: #fff;
}
.xw-shang{
	margin-bottom: 50px;
}
.xw-xia {
	margin-bottom: 30px;
	
}
.xw-xia ul li{
	float: left;
	margin: 0 5px;
	
}
.xw-one ul li{
	float: left;
	width: 28.125rem;
	margin: 0 5px;
	
}
.xw-rbt{
	font-size: 25px;
	margin: 5px 0;
}
.xw-rnr{
	margin-left: -18px;
}


.yqlj{
	background-color: #efefef;
	padding-bottom: 40px;
	line-height: 40px;
}
.yqlj-con{
	font-size: 18px;
	color: #2c8de5;	
	font-weight: bold;
}
.yqlj-con a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
}

/*å›¾ç‰‡åˆ—è¡¨*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width: 330px;}
.photos-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;font-weight: bold;}
.tpmk-img{
	height: 370px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
	border: 5px solid #efefef;
				transition: all 0.6s;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #0189df; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.photos-demohz span{ display: inline-block; text-align: center; margin: 0 8px;width: 270px;}
.photos-demohz span p{color: #2b2b2b; font-size: 18px;line-height: 50px;}
.nyhz-img{
	height: 190px;
	overflow: hidden;
}
.photos-demohz span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demohz span img:hover{
	transform: scale(1.4);
}</pre></body></html>